home *** CD-ROM | disk | FTP | other *** search
- On 01-Dec-97, Marco Alanen smashed the keyboard with:
- >Hello guys
-
- >I have a small problem that I would like some help to. I am creating
- >a game and on the intro-screen I would like a picture to show up.
- >First the palette would be $FFF on all 16 colours, but they would
- >slowly fade down to their origin colours. Please... I really need
- >a routine like that.
- >If you guys even get this mail then please reply on it. I'm not sure
- >if my mails gets to the list... =/
-
- I read you clearly :)
-
- It can be done with something like this:
-
- 'if your screen is nr. 0
- 'open a small screen, use same screen mode and nr. of colours..
- screen open 1,32,2,c,res
- screen 1 : get screen palette 0
- screen 0
- ' now set your colours to $fff
- palette $fff,$fff,$fff....
- screen 0
- fade speed to 1
- screen close 1
-
- --
- Happy greetings, Yours..
- __________________________________________________________________________
- /_ __/ __ / __ /\ ___\ __ \__ _\ aka. JENS VANG PETERSEN
- / / / /_/ / ____/ \ \___\ __ \ \ \ Nyvej 8, DK-4450 Jyderup, Denmark
- /_/ /_____/_/ \_____\_\ \_\ \_\ top_cat@post8.tele.dk
- http://home8.inet.tele.dk/top_cat/
- Home of 'The Ultimate Extension list' for AMOS TC & AMOS PRO
- --------------------------------------------------------------------------
- /Earth is 98% full... please delete anyone you can.
- --------------------------------------------------------------------------
-
-
-